public class StructuredText
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
StructuredText.TextBlock |
static class |
StructuredText.TextChar |
static class |
StructuredText.TextLine |
Modifier and Type | Field and Description |
---|---|
static int |
SELECT_CHARS |
static int |
SELECT_LINES |
static int |
SELECT_WORDS |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
copy(Point a,
Point b) |
void |
destroy() |
protected void |
finalize() |
StructuredText.TextBlock[] |
getBlocks() |
Quad[] |
highlight(Point a,
Point b) |
Quad[][] |
search(java.lang.String needle) |
Quad |
snapSelection(Point a,
Point b,
int mode) |
void |
walk(StructuredTextWalker walker) |
public static final int SELECT_CHARS
public static final int SELECT_WORDS
public static final int SELECT_LINES
protected void finalize()
finalize
in class java.lang.Object
public void destroy()
public Quad[][] search(java.lang.String needle)
public void walk(StructuredTextWalker walker)
public StructuredText.TextBlock[] getBlocks()